From: guardcat Date: Tue, 2 Sep 2025 09:30:30 +0000 (+0000) Subject: (no commit message) X-Git-Tag: archive/raspbian/10.20251029-1+rpi1~1^2~3^2~165 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com///%22http:/www.example.com/cgi/%22https:/www.github.com/?a=commitdiff_plain;h=bb0690a254a8360b15433d0e2ed86667cff69a5f;p=git-annex.git --- diff --git a/doc/bugs/git-annex_add__47__unlock_fails_for_some_names.mdwn b/doc/bugs/git-annex_add__47__unlock_fails_for_some_names.mdwn index c6f819c371..9118362cb5 100644 --- a/doc/bugs/git-annex_add__47__unlock_fails_for_some_names.mdwn +++ b/doc/bugs/git-annex_add__47__unlock_fails_for_some_names.mdwn @@ -73,3 +73,46 @@ Root cause: The temp filename generation algorithm appears to create conflicts w # Have you had any luck using git-annex before? Absolutely! git-annex has been fantastic for managing large datasets across multiple machines. The same repository works perfectly with the older version (10.20220121) on Ubuntu WSL, and I've been using git-annex successfully for years. This appears to be a regression in the newer version, but the tool itself remains incredibly valuable for distributed file management. Thanks for all the great work on this project! + +# UPDATE: Problem scope is much wider than initially reported + +After comprehensive testing across a large repository, the issue affects ALL Cyrillic filenames, not just the specific 4-character prefix + YYYY.MM pattern initially reported. +Expanded problem scope + +ALL of these Cyrillic filename patterns fail: + +Simple Cyrillic names: + пожелания.md + обучение.xlsx + Протокол.xlsx + Согласие.docx + Грейдинг.pptx + +Names with numbers/dashes: + ДПК_2021.06-2.xlsx + Скрипты_3.xlsx + РТ МВНП v1.docx + РТ МВНП v2.docx + +Names with spaces: + ВУП Авто .pptx + Ваш юрист.pdf +Names with underscores/special chars: + + ВУП_видео.mp4 + Ачох_кейс.dat + +Various file extensions affected: + + .docx, .pptx, .xlsx (originally reported) + .md, .pdf, .mp4, .dat (newly discovered) + +Originally reported YYYY.MM pattern (confirmed): + ЦППП_2022.01.xlsx, ЦППП_2022.02.xlsx, etc. + +Revised pattern analysis + +Failing pattern: [ANY_CYRILLIC_CHARACTERS].[ANY_EXTENSION] + +Working pattern: Latin-only filenames work fine +This regression affects ANY non latin filename, making git-annex 10.20250721 essentially barely usable for repositories containing non-latin filenames.